kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]setOf
set
Of
JS
fun
<
T
>
setOf
(
element
:
T
)
:
Set
<
T
>
Content copied to clipboard
Returns an immutable set containing only the specified object
element
.